home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gplaystatus, gNextPlay, gNewEnter, gAfterClick, onIBM
- set gNewEnter to 1
- set gAfterClick to 0
- if count(gNextPlay) = 3 then
- donewchapter(getAt(gNextPlay, 1), getAt(gNextPlay, 2), getAt(gNextPlay, 3))
- set gplaystatus to getAt(gNextPlay, 3)
- set gNextPlay to []
- end if
- if onIBM then
- go(the frame + 2)
- else
- go(the frame + 1)
- end if
- end
-